home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C++ / Applications / Muddweller 1.2 / source code / Main / EDStuff.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-11  |  336 b   |  16 lines  |  [TEXT/MPS ]

  1. /* EDStuff - Implementation of the ed-based file-transfer routines            */
  2.  
  3. #ifndef __EDSTUFF__
  4. #define __EDSTUFF__
  5.  
  6. #ifndef __MUDDOC__
  7. #include "MUDDoc.h"
  8. #endif
  9.  
  10.  
  11. pascal void EDReceive (TMUDDoc *theDoc, Str255 path, Str255 fileName,
  12.         short vRefNum);
  13. pascal void EDSend (TMUDDoc *theDoc, AppFile *theFile, Str255 path);
  14.  
  15. #endif
  16.